projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af09853
)
net: ravb: Add R8A77970 V3M compatible
author
Marek Vasut
<
[email protected]
>
Sat, 21 Oct 2017 09:33:17 +0000
(11:33 +0200)
committer
Marek Vasut
<
[email protected]
>
Sat, 9 Dec 2017 12:36:26 +0000
(13:36 +0100)
Add new compatible to the Ethernet AVB driver for R8A77970 V3M SoC.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Joe Hershberger <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
drivers/net/ravb.c
patch
|
blob
|
history
diff --git
a/drivers/net/ravb.c
b/drivers/net/ravb.c
index 26d95f178f794c4dc29dde3c5223a77cc63c358c..d82a954f0c555f1285020a9810b7fba73ea75dc3 100644
(file)
--- a/
drivers/net/ravb.c
+++ b/
drivers/net/ravb.c
@@
-652,6
+652,7
@@
int ravb_ofdata_to_platdata(struct udevice *dev)
static const struct udevice_id ravb_ids[] = {
{ .compatible = "renesas,etheravb-r8a7795" },
{ .compatible = "renesas,etheravb-r8a7796" },
+ { .compatible = "renesas,etheravb-r8a77970" },
{ .compatible = "renesas,etheravb-rcar-gen3" },
{ }
};